public interface SchlapiConfig
This interface allows you to configure the directory connection used by UserAPI.
Any directory user may be used to connect to the directory providing they have rights to the objects and attributes you wish to operate on. In order to do anything useful at all you the user will read access to the SLSSO attributes on the objects you wish to access.
Modifier and Type | Method and Description |
---|---|
String |
getCertificateFile()
If you are using SSL you have two options for providing the server
certificate.
|
String[] |
getContexts()
Contexts to search for users if the full LDAP DN is not provided.
|
String |
getLicense()
This is the license key provided to you by Protocom.
|
String |
getPassword()
Password for the user in getUser(), this is the password to use when
connection to the directory.
|
int |
getPort()
Port number to connect on.
|
String |
getServer()
The IP address or DNS name of the directory server to connect to.
|
String |
getUser()
Username with which to connect to the directory.
|
boolean |
useSSL()
Indicates whether to use SSL to connect.
|
String getLicense()
String getUser()
String getPassword()
getUser()
String getServer()
int getPort()
boolean useSSL()
String getCertificateFile()
String[] getContexts()
Copyright © 2019 NetIQ Corporation. All rights reserved.